multiple ['mʌltipl] tính từ nhiều, nhiều mối, phức tạp multiple shop cửa...
assignment [ə'sainmənt] danh từ sự giao việc, sự phân công; (từ Mỹ,nghĩa Mỹ) việc...
Câu ví dụ
The first line contains a multiple assignment: the variables a and b simultaneously get the new values 0 and 1. Dòng đầu tiên chứa một phép gán kép: Biến a và b đồng thời nhận được giá trị 0 và 1.
Another place I see multiple assignment is when I need to respond to a function which returns more than 1 value: Tuple cực kì thuận tiện khi dùng như là kiểu trả về với function cần trả về nhiều hơn 1 giá trị:
Note that multiple assignment is really just a combination of tuple packing and sequence unpacking! Chú ý rằng phép đa gán (multiple assignment) thật ra chỉ là sự tổng hợp của việc gói tuple và tháo dãy.
Note that multiple assignment is really just a combination of tuple packing and sequence unpacking. Chú ý rằng phép đa gán (multiple assignment) thật ra chỉ là sự tổng hợp của việc gói tuple và tháo dãy.
The first line contains a multiple assignment: the variables a and b simultaneously get the new values 0 and 1. Dòng đầu tiên chứa một phép gán đa biến (multiple assignment): các biến a và b đồng loạt nhận giá trị mới 0 và 1.
One of the most common forms of multiple assignment is an update, where the new value of the variable depends on the old. Một trong các dạng thông dụng nhất của gán nhiều lần là một lệnh cập nhật, trong đó giá trị mới của biến phụ thuộc vào giá trị cũ.